home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / programs / radd1_9.zip / FONESTR.002 < prev    next >
Text File  |  1992-06-17  |  510b  |  18 lines

  1. (* Structure for FONEINF.DAT                                     *)
  2. (* Copyright 1991 Mike Wilson for RADD, CBV.                     *)
  3. (* ALL RIGHTS RESERVED                                           *)
  4.  
  5.  
  6.  
  7. Type           { Data structure for the FoneInf.DAt }
  8.  
  9.  
  10.  UserPhone = Record
  11.    UserName : String[40];               { Users Name             }
  12.    DFone    : String[12];               { Users Data Line Number }
  13.    HFone    : String[12];               { Users Home Line Number }
  14.  
  15. End;
  16.  
  17.  
  18.